home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / roleta.swf / scripts / frame_578 / DoAction.as
Text File  |  2006-01-17  |  108b  |  9 lines

  1. if(0 < Number(length(status)))
  2. {
  3.    gotoAndStop(592);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(_currentframe - 1);
  8. }
  9.